home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Misc Utils / ObiWan / ObiWan Release Notes < prev   
Text File  |  1993-08-02  |  2KB  |  34 lines

  1. ObiWan 4.0.1 is a general help system.  You can create several 
  2. databses and ObiWan will let you rapidly find information from 
  3. them.  It displays the information by temporarily taking over 
  4. several lines at the bottom of the main screen, so the information 
  5. can be displayed at any time in any program.  Portions of the 
  6. information can then be sent to the front window as if you had 
  7. typed it.  The main use of all this is to access the programming 
  8. database created from Apple’s PInterfacesHelp file, which includes 
  9. the procedures, traps, global variables and errors available up 
  10. to System 7.  If you've seen Online Companion, it works similar
  11. to that, but includes all the System 7 information.
  12.  
  13. Three databases are included, the Force database which has all the 
  14. System 7 programming information, a Words database which is just a 
  15. list of words, useful for checking spelling, and a Perl database which
  16. lists all the Perl commands.
  17.  
  18. Any programmer with a meg of disk space available and access to
  19. the PInterfacesHelp file should definitely have a look at this (IMNVHO :-).
  20. The normal use is to figure out the parameters of various calls, for
  21. example, if I want to know the parameters for HOpen, I can get them
  22. pasted in like this:
  23. OSErr:=HOpen(vRefNum_INTEGER,dirID_LONGINT,fileName_Str255,
  24. permission_SignedByte,VAR_refNum_INTEGER);
  25. (in either C or Pascal format)
  26.  
  27. This is a minor upgrade to fix a few small problems, and include
  28. the database with the control panel to simpilfy installation.
  29.  
  30. I hope it proves as useful to you as it does to me,
  31.    Peter.
  32.  
  33. ObiWan 4.0.1 Copyright Peter N Lewis <peter.lewis@info.curtin.edu.au>
  34.